/* Funnelkit CheckOut slide out FONTS, COLOR, ALIGNMENT. Copy and Paste this file into a (CSS FILE) snippet */
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button {
  color: var(--fkcart-primary-font-color,#fff);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
}
#fkcart-modal .fkcart-checkout-wrap .fkcart-shopping-link, #fkcart-modal .fkcart-shopping-link {
  font-size: 24px;
  text-align: center;
  color: var(--fkcart-secondary-text-color);
  font-weight:600;
  line-height: 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 10px 0 -5px;
}
#fkcart-modal .fkcart-zero-state .fkcart-zero-state-title {
  font-size: 24px;
  line-height: 1.3;
  color: var(--fkcart-primary-text-color);
  margin: 6px 0;
  font-weight: 600;
}
#fkcart-modal .fkcart-zero-state .fkcart-zero-state-text {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--fkcart-secondary-text-color);
}
